Release 0.12.2
authorColin Walters <walters@verbum.org>
Fri, 6 Aug 2021 15:00:33 +0000 (11:00 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
```
Colin Walters (8):
      Add 2021.3 feature
      Re-export glib, gio
      Deny unused results, warn on missing docs (except auto/)
      Add new GLib 0.14 variant types for metadata types
      Fix build with --features=v2021_3, use in CI by default
      Add more documentation for --features=v2021_3
      Use glib-sys via re-exported `glib::ffi` (and similar for gio)
      Release 0.12.2

Luca BRUNO (5):
      cargo: fix version in features chain
      lib: fix 'dox' feature
      cargo: point to docs.rs and clean up
      ostree: release 0.12.1
      cargo: bump ostree-sys to 0.8.1
```

rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index b31de9d614aa0ce3f6421bae642db17bd02ac74b..5f631d6f0e6e399d354580e68c1193c419b02476 100644 (file)
@@ -8,7 +8,7 @@ license = "MIT"
 name = "ostree"
 readme = "README.md"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.12.1"
+version = "0.12.2"
 
 exclude = [
     "conf/**",
index d77295254b47084dcfbe5f4ef602dac6ceeedd17..77afa8b806a6c1353f9276c15635405856220fe5 100644 (file)
@@ -71,7 +71,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.8.1"
+version = "0.8.2"
 edition = "2018"
 
 [package.metadata.docs.rs]